code unit造句
例句與造句
- The character is specified as one or two utf - 16 code units in hexadecimal notation
這個字符指定為十六進制形式的一個或兩個utf - 16編碼單元。 - If you examine the project manager , youll see that there are three additional source code units that have been included
如果查看project manager ,您將發現包括了三個附加的源代碼單元: - The same concepts apply when your application provides data to a web service , or to another consuming code unit
如果應用程序向web服務或者其他的代碼單位提供數據,那么也存在類似的問題。 - In modern communication , rs code has turned into standard error correcting and coding unit as outer code , and become widely used
由于在現代通信中, rs碼作為外碼成為標準的糾錯編碼單元,用途十分廣泛。 - Junit lets you test software code units by making assertions that the intended requirements are met , but these assertions are limited to primitive operations
Junit通過制作滿足預期需求的斷言來測試軟件代碼單元,但是這些斷言只限于基本操作。 - It's difficult to find code unit in a sentence. 用code unit造句挺難的
- The unicode standard defines a surrogate pair as a coded character representation for a single abstract character that consists of a sequence of two code units
“ unicode標準”將代理項對定義為由兩個代碼單元序列組成的單個抽象字符的編碼字符表示形式。 - The popular junit automated unit - testing framework gives you a way to test software code units by making assertions that your code meets the intended requirements
流行的junit自動單元測試框架提供了通過制作滿足預期需求的斷言來測試軟件代碼單元的途徑。 - A failure of your test case could easily imply an incorrectly constructed test case , rather than an incorrect software code unit , which would take even more work to diagnose
一個測試用例失敗很可能表示一個構造不當的測試用例,而不是軟件代碼單元有誤,這可能要費更多時間來診斷。 - These attributes are assigned automatically when unit tests are generated ; when you code unit tests by hand , you have to add class and method attributes yourself
屬性標記的測試方法。這些屬性是在生成單元測試時自動分配的;如果是手動編寫單元測試代碼,則必須自行添加類和方法的屬性。 - A surrogate pair is a coded character representation for a single abstract character that consists of a sequence of two code units , where the first unit of the pair is a high - surrogate and the second is a low - surrogate
代理項對是由兩代碼單元序列組成的單個抽象字符的編碼字符表示形式,代理項對中的第一個單元是高代理項,第二個單元是低代理項。 - Although you can manually code unit tests to test any method , this task is more difficult for private than for public methods because it requires a deeper understanding of the intricacies of reflection
盡管可以手動編寫單元測試代碼以測試任何方法,但這需要對反射的復雜性有足夠的理解,因此為私有方法編寫測試代碼比為公共方法編寫測試代碼的難度更大。 - If a junitx test case fails and the fault in your software code unit isn t immediately obvious , you can read the source code of the included self - test suite to learn what a code unit that passes the test case looks like
如果junitx測試用例失敗了,而軟件代碼單元中的錯誤又不是十分明顯,那么可以閱讀自測試套件中包含的源代碼,以了解通過測試用例的代碼單元看起來是什么樣的。 - This reassures you that junitx is making its assertion according to the junitx documentation ; if a unit test fails , you know it s the software code unit that has failed , not the junitx test implementation asserting a false failure
這再次保證了junitx會根據junitx文檔來制作斷言;如果某個單元測試失敗,就可以知道是軟件代碼單元失敗了,而不是junitx的測試實現報告了一個假失敗。 - The unicode standard defines a surrogate pair as a coded character representation for a single abstract character that consists of a sequence of two code units , where the first unit of the pair is a high - surrogate and the second is a low - surrogate
“ unicode標準”將代理項對定義為單個抽象字符的編碼的字符表示形式,該抽象字符包含一個由兩個代碼單元組成的序列,其中,第一個代碼單元是高代理項,第二個是低代理項。